Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. glyph construction
    Log in to post

    • martin

      SOLVED GlyphConstruction as script: x = a&\b gives traceback if no kerning pair is present
      General Questions • kerning glyph construction • • martin  

      2
      0
      Votes
      2
      Posts
      28
      Views

      frederik

      should be fixed here: https://github.com/typemytype/GlyphConstruction/commit/01c7c9362561822a68073305c69c9fbc054ddf13 Getting kerning is advised to use font.kerning.get(pair) where it does not fail. This is similar to a normal dict. Or you can also check first if pair in font.kerning: ... thanks!
    • FosterType

      SOLVED Glyph Construction ASCII saving error
      Extensions • glyph construction • • FosterType  

      2
      0
      Votes
      2
      Posts
      19
      Views

      frederik

      fixed! see https://github.com/typemytype/GlyphConstruction/commit/56e6d49533d3124ee28b887846c06cae5abbd35b
    • martin

      SOLVED Glyph Builder: horizontal stacking with kerning
      Extensions • glyph construction • • martin  

      2
      0
      Votes
      2
      Posts
      18
      Views

      frederik

      should be fixed here: https://github.com/typemytype/GlyphConstruction/commit/ba3782deaf571aed5f57d37564f4b2726c098dde update your extension!!
    • ArrowType

      SOLVED Is there a way to "keep metrics" in digraphs composed via Glyph Construction?
      General Questions • glyph construction accented glyphs • • ArrowType  

      3
      0
      Votes
      3
      Posts
      128
      Views

      ArrowType

      Have you tried stacking horizontally? Ah ha! This is exactly what I was looking for. Didn't expect to see it under that name, though. :D Thanks!
    • StephenNixon

      SOLVED Is it possible to add multiple accents to a base glyph with anchors & Glyph Construction?
      General Questions • glyph construction accented glyphs • • StephenNixon  

      3
      0
      Votes
      3
      Posts
      516
      Views

      StephenNixon

      Ahhh very nice. Thank you for letting me know!
    • naorem

      SOLVED Glyph Builder Extension error
      Extensions • extensions glyph construction ufolib • • naorem  

      3
      0
      Votes
      3
      Posts
      244
      Views

      naorem

      @gferreira Thanks a lot, it worked!
    • martin

      SOLVED Drag & drop of .glyphConstruction files onto RoboFont
      Extensions • user interaction glyph construction • • martin  

      6
      1
      Votes
      6
      Posts
      396
      Views

      frederik

      support for a file handler on .glyphConstruction is added to glyph construction builder!!
    • martin

      UNSOLVED Glyph Construction/Builder doesn't automatically set unicode
      Extensions • unicode glyph construction • • martin  

      11
      1
      Votes
      11
      Posts
      591
      Views

      youbringfire

      @gferreira ah I understand. Thanks for the heads up, will give that a shot!
    • martin

      SOLVED compileGlyph and glyphConstruction
      General Questions • components glyph construction accented glyphs • • martin  

      6
      0
      Votes
      6
      Posts
      372
      Views

      martin

      @gferreira thank you, that's perfect. I also noticed you added a my favorite autoUnicodes() function :)
    • naorem

      SOLVED GlyphBuilder Error!
      Extensions • glyph construction py3 • • naorem  

      7
      0
      Votes
      7
      Posts
      1040
      Views

      naorem

      @frederik thanks a ton, it worked!
    • markyehan

      SOLVED Stacked Diacritical Mark Construction and Syntax Help
      Problems & Bugs • glyph construction accented glyphs • • markyehan  

      3
      0
      Votes
      3
      Posts
      797
      Views

      markyehan

      @gferreira said in Stacked Diacritical Mark Construction and Syntax Help: abrevedotbelow = a + breve@top + dotbelow@a:bottom Great! Thank you!
    • andreas

      SOLVED Anchors
      General Questions • components glyph construction accented glyphs anchors • • andreas  

      5
      0
      Votes
      5
      Posts
      820
      Views

      gferreira

      hi @jhera, there are multiple ways to build accented glyphs in RoboFont. these are described here: Building accented glyphs have you tried using the Glyph Construction extension? in 2019 you don’t really need anchors to position diacritics anymore :) you can still use them (with or without underscore), but you can also use guidelines, variables, vertical metrics attributes, reference positions, etc. have a look at the docs & give it a try!